database/sql.driverConn.onPut (field)
5 uses
database/sql (current package)
sql.go#L574: onPut []func() // code (with db.mu held) run when conn is next returned
sql.go#L1462: c.onPut = append(c.onPut, func() {
sql.go#L1506: for _, fn := range dc.onPut {
sql.go#L1509: dc.onPut = nil
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)